.replybtn {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
  }
.boardbanner{
    margin-bottom:20px;max-width:400px;height:auto;display:inline-block;padding:5px;
}
 #embed-post-text{
    font-size:18px;
}

.lineloader {
    width: 100%;
    height: 4.8px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

    .lineloader::after {
        content: '';
        width: 96px;
        height: 4.8px;
        background: #FFF;
        position: absolute;
        top: 0;
        left: 0;
        box-sizing: border-box;
        animation: hitZak 0.6s ease-in-out infinite alternate;
    }

@keyframes hitZak {
    0% {
        left: 0;
        transform: translateX(-1%);
    }

    100% {
        left: 100%;
        transform: translateX(-99%);
    }
}
    

.verticalLine {
    border-left: 3px solid var(--basecolor);
    padding-left:10px;


}
.topictitle{
    font-size:20px;
    font-weight:bold;
    display:block;
}
@media screen and (max-width:1000px){
    .boardsspace{
        margin-left:0px;
        margin-right:0px;
        
    }
    .topictitle{
        font-size:20px;
    }
}
.topic-title{
    font-size:30px;
    overflow:hidden;
}
.replytextarea1{
    width:60%;

    position:relative;
    float:left;
    font-size:15px;
}

.reply-images{
    max-width:100%;max-height:100%;width:auto;height:auto;display:block;
}
.reply-text{
    margin-top: 10px;
    padding: 10px;
    top:0;
    width:70%;
    max-height:200px !important;
    height:20px;
    min-height:40px;
    border-radius: 10px;
    font-size:15px;
    padding: 12px 20px;
    resize: none;
    overflow:hidden;
}
.reply-post-font{
    font-size:15px;
}
.date_added{
    position:absolute;
font-size:10px;
    right:0;
    top:0;
}
.listprofpic{
    float:left;
    padding:0;
    margin-right:15px;
    max-width:40px;
}
@media screen and (max-width: 1000px) {
    .boardbanner{

        width:80%;

        
    }
    .listprofpic{
        float:left;
        margin-right:10px;
        padding:0;
        max-width:40px;
    }
    .date_added{
        position:relative;
        font-size:10px;
    
        display:block;

    }

    #lastcol{
        display:none;
        }    
    
        .topic-title{
            font-size:20px;

        }

    .replytextarea1{
        width:100%;

        position:relative;
        float:left;

    }

    #embed-post-text{
        font-size:15px;



    
    }
    #newthread{

        border-radius:15px;

    }

}




textarea.autoExpand{  
    display:block;
    box-sizing: padding-box;
    overflow:hidden;
    resize:none;
    padding-left: 20px;
    padding-top:15px;
    padding-bottom:15px;

    padding-right:100px;
    width:100%;
    font-size:15px;
    margin-top:50px auto;
    border-radius: 30px;
    border:2px solid var(--basecolor);
    

  }
  @media screen and (max-width: 1000px) {
    textarea.autoExpand {
        font-size: 15px;
        border-radius: 30px;
        border: 2px solid var(--basecolor);
    }
}
textarea.autoExpand:focus {
    outline: none !important;
}
    .camimg {
    width: 30px;
    float: right;
    padding:5px;
    filter: invert(53%) sepia(88%) saturate(542%) hue-rotate(177deg) brightness(104%) contrast(106%);
}
    .camera-image{
            z-index: 2;

            cursor: pointer;

    }
.sendoptions {

    position: absolute;
    bottom: 0;
    right: 15px;
}
    .send{
        cursor:pointer;
        color:var(--basecolor);
        font-family:'Lucida Sans';
        font-size:12px;
        background-color:rgba(255, 255, 255, 0);
        border-color:rgba(0, 0, 255, 0);
        float:right;
        font-size:15px;
        margin-bottom:10px;
    }
    .send2{
        cursor:pointer;
        color:blue;
        font-family:'Lucida Sans';
        font-size:12px;
        background-color:rgba(255, 255, 255, 0);
        border-color:rgba(0, 0, 255, 0);
        position:absolute;
        bottom:0;
        margin-top:10px;
        right:15px;
        scale:1.3;

        margin-bottom:10px;
}

 